Javascript
- https://tokio.rs/ - typescript io
- https://github.com/denoland/deno — next gen nodejs
- https://bun.sh/ — Faster NodeJS
- Select2 - jQuery replacement for select boxes
User Management
Scrimba - Learn in browser
Debugging
# in the console console.log(var) console.log({var}) console.table(var) console.trace('where am i') # get the type of item Object.prototype.toString.call('abc') Object.prototype.toString.call(/test/)